How to set up server to be accessed from mobile devices [closed]

Posted by Kgrover on Server Fault See other posts from Server Fault or by Kgrover
Published on 2012-06-24T18:58:35Z Indexed on 2012/06/24 21:17 UTC
Read the original article Hit count: 145

Filed under:
|

I need to set up a server that will eventually be accessed from an Android application. I don't have experience with how to go about this, but I've seen MySQL servers (Amazon EC2). I would need to store data on the server remotely (again, from a mobile device) and fetch it to display. What would be the best kind of server to use? I'm guessing I would only need around 50 GB of space.

Is it possible to use a network drive and set that up as a remote server with an IP address?

I would need to upload and extract data through java on Android. This is my first question on ServerFault, and I'm not sure if it's the appropriate forum. If not, please redirect me.

© Server Fault or respective owner

Related posts about mysql

Related posts about android